home *** CD-ROM | disk | FTP | other *** search
-
- IBMailTo.thor v1.2 (21/08/97) John S. Burger
- <jsburger@xmission.com>
-
- This script borrows heavily from AwebMailTo.thor by Shaun Downend.
- <shaund@amiganut.demon.co.uk>
- Thanks Shaun!!!
-
- This script is designed for use with IBrowse's external mailto: support.
- It will take the email address supplied by IBrowse and start the text
- editor of your choice and automatically fill in the To: field. In V1.2 you
- now have the ability to use Thor's internal editor, FSE. However, to use
- FSE, Thor must be running. When you have finished you save the message and
- it will appear as an event in Thor.
-
- Note: THOR does not have to be running for this script to work unless you
- are using Thor's internal editor, FSE.
-
- Configuration in this script:-
-
-
- MailSystem
-
- This is the name of your TCP system in THOR.
-
-
- MailConfName
-
- This is the name of your email conference in THOR, normally "EMail".
-
-
- AddSignature
-
- Setting AddSignature to 'Y' will make IBMailTo.thor read your conference/
- BBS/global signature settings in that order and add that signature to your
- mail or you can have an external signature. If you use the $time or $ver
- variables in your Thor Signature they will not substitute even if Thor is
- running. In that case create another signature file without the variables
- and use the external 'E' signature option.
-
-
- SigFile
-
- The file name with path for a signature file used with the 'E' option above.
-
-
- SendEvent
-
- Setting SendEvent to 'Y' will send the mail immediately provided you are
- on line. Please note that ALL pending events in Thor will be sent not
- only the mail you just wrote. If SendEvent is set to 'N' the mail will not
- be sent automatically.
-
-
- Editor
-
- Set Editor to the text editor of your choice. It must have a sticky option,
- in other words not detach itself. You can also use Thor's internal editor,
- FSE. To use FSE Thor must be configured to use the internal editor and Thor
- must be running. Set Editor = 'FSE' in this script.
-
-
- Configuration in IBrowse:-
-
- Go to the Network preferences page, Email & Telnet tab in IBrowse. Set both
- Mailto and Sendmail to External. In the Mailto command string gadget enter
- "Your:Path/IBMailTo.thor %h". Sending a mailto: with IBrowse should now
- produce an EnterMsg event in THOR.
-
-
-